tests: gdk_device_get_history() takes "gint *n_events" again, not guint
authorMichael Natterer <mitch@gimp.org>
Wed, 20 Oct 2010 10:49:25 +0000 (12:49 +0200)
committerMichael Natterer <mitch@gimp.org>
Wed, 20 Oct 2010 10:50:21 +0000 (12:50 +0200)
tests/testinput.c

index 5d353bd7c603adabbaafebd6c1db12328b2f4f5d..c7149a83866746132a2f4aa0fec60f2362d815f8 100644 (file)
@@ -213,7 +213,7 @@ static gint
 motion_notify_event (GtkWidget *widget, GdkEventMotion *event)
 {
   GdkTimeCoord **events;
-  guint n_events;
+  gint n_events;
   int i;
 
   current_device = event->device;